//==============================================================================
// yardstick_anim.txt
//==============================================================================

import Construction_defines_anim.txt

//==============================================================================
define CypressA
{
	set hotspot
	{
		version
		{
			visual terrain g cypressA
		}
	}
}

//==============================================================================
define CypressB
{
	set hotspot
	{
		version
		{
			visual terrain g cypressB
		}
	}
}

//==============================================================================
anim Idle
{
   SetSelector
   {
   techlogic none/age 4
   SetSelector
   {
      ConstructionLogic 0 66
      set hotspot
      {
         version
         {
		Visual building g theatron_age2
				connect Leftleg CypressB hotspot
				connect LeftEar CypressB hotspot
				connect Neck CypressB hotspot
				connect RightLeg CypressB hotspot
				connect RightEar CypressB hotspot
				connect Face CypressB hotspot
				connect RightThigh CypressA hotspot
				connect Lefthand CypressB hotspot
				connect Leftfoot CypressB hotspot
				connect leftshoulder CypressB hotspot
               }
            }
            set hotspot
            {
               version
               {
                  Visual Building Construction XLarge A
		            connect attachpoint G_Long_Brick hotspot
		            connect face G_Long_Brick hotspot
		            connect chin G_Medium_Brick hotspot
		            connect leftfoot G_Medium_Brick hotspot
		            connect lefthand G_Small_Brick hotspot
		            connect leftleg G_Small_Brick hotspot
               }
            }
            set hotspot
            {
               version
               {
                  Visual Building Construction XLarge B
		            connect attachpoint G_Long_Brick hotspot
		            connect face G_Long_Brick hotspot
		            connect chin G_Medium_Brick hotspot
		            connect leftfoot G_Medium_Brick hotspot
		            connect lefthand G_Small_Brick hotspot
		            connect leftleg G_Small_Brick hotspot
         }
      }
   }
   SetSelector
   {
      ConstructionLogic 0 66
      set hotspot
      {
         version
         {
		Visual building g theatron
				connect Leftleg CypressB hotspot
				connect LeftEar CypressB hotspot
				connect Neck CypressB hotspot
				connect RightLeg CypressB hotspot
				connect RightEar CypressB hotspot
				connect Face CypressB hotspot
				connect RightThigh CypressA hotspot
				connect Lefthand CypressB hotspot
				connect Leftfoot CypressB hotspot
				connect leftshoulder CypressB hotspot
               }
            }
            set hotspot
            {
               version
               {
                  Visual Building Construction XLarge A
		            connect attachpoint G_Long_Brick hotspot
		            connect face G_Long_Brick hotspot
		            connect chin G_Medium_Brick hotspot
		            connect leftfoot G_Medium_Brick hotspot
		            connect lefthand G_Small_Brick hotspot
		            connect leftleg G_Small_Brick hotspot
               }
            }
            set hotspot
            {
               version
               {
                  Visual Building Construction XLarge B
		            connect attachpoint G_Long_Brick hotspot
		            connect face G_Long_Brick hotspot
		            connect chin G_Medium_Brick hotspot
		            connect leftfoot G_Medium_Brick hotspot
		            connect lefthand G_Small_Brick hotspot
		            connect leftleg G_Small_Brick hotspot
         }
      }
   }
 }
}